home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / dterm_1m.lzh / UPDATE.TXT < prev   
Text File  |  1991-06-24  |  10KB  |  197 lines

  1.                         Updates and Things
  2.  
  3.     For those that would like to call my bbs direct, I have a new phone
  4. number: (206) 542-5107. You can always find the latest version of Dterm
  5. in the Sixteen File area and questions and comments are addressed in
  6. message base #3. The bbs runs on an older HST so does support 9600 baud.
  7.  
  8. Dterm 1.m (6/24/91)
  9.     There are now 2 ways to do batch uploads in Dterm. Dterm has always
  10. supported batch uploads by having all the files in a folder (or root dir)
  11. and passing *.* for a filename in the file selector.
  12.     The new routines allow you to have up to 10 files from 10 different
  13. paths, on any number of drives. To use this batch option there is a small
  14. button in the protocol menu that has to have a check ON to make it work.
  15. Once batch mode is enabled, you can get to the batch menu via 'alt u' from
  16. term mode or the upload button on the main menu.
  17.  
  18. Batch Menu - there are 5 buttons here and 10 lines for the paths and
  19. filenames.
  20.  
  21.     ADD - add paths and filenames via the file selector.
  22.     CLEAR - clear ALL paths and filenames from the list.
  23.     DELETE - clear 1 path and filename from the list. After high lighting
  24.              the button, select the file that you want to delete.
  25.     SEND - send all paths and filenames in the list.
  26.     EXIT - return to term mode or main menu.
  27.  
  28.     Once the files have been sent the list is cleared for you (this might
  29. change once I see how Turbo BBS handles batch uploads). If you have auto
  30. zmodem and batch mode on, you get the batch menu as soon as a zmodem upload
  31. packet is detected, just hit the send button and all the files will be sent
  32. for you. You can also use batch mode for pre-loading 1 file and sending it
  33. with any of the protocols (some folks have asked for this feature in the
  34. past).
  35.  
  36.                    * Dterm 1.l was never released *
  37.  
  38. (6/19/91)
  39.     A comma in a macro string will now cause a 2 second delay. Handy for
  40. stacking multiple commands on 1 line. The bell will now ding 3 times when
  41. you connect from the auto dialer.
  42.  
  43. (6/18/91)
  44.     Revised the error routines when saving capture buffers.
  45.  
  46. (6/17/91
  47.     Removed the 'Split' routines cuz color monitiors are a whole new ball
  48. game. Removed all routines for resume zmodem as they did not work. Started
  49. the routines for 'BATCH UPLOADS' cuz it appears that Turbo BBS is about to
  50. support this is the very near future.
  51.  
  52. (5/25/91)
  53.     Made my split screen program an internal part of Dterm. As I write
  54. this, split screen is for mono chrome monitors only. The commands for
  55. split screen are as follows:
  56.     ALT 'S' from term mode will enter split screen mode.
  57.     UNDO key will exit split screen mode.
  58.     ENTER key on the key pad will send the type ahead buffer.
  59.  
  60.     When in split screen mode, none of the other key strokes for Dterm are
  61. active. Also if you have capture turned ON, nothing from the split screen
  62. will be saved to the capture buffer.
  63.  
  64.     Fixed the capture buffer so that it does not overflow if it is turned
  65. on/off/on, ect. Fixed the abort dial in the auto dialer. Removed the
  66. modem check (CTS check) so non flow control modems will not hang when
  67. trying to use the auto dialer.
  68.  
  69. Dterm 1.k (5/1/91)
  70.     The Time Out Value string in the auto dialer config screen is now
  71. functional. Recommend value is 30 seconds, maybe longer for some long
  72. distance services. Dterm will go back on-hook when the timer expires.
  73. If you leave this line blank or put a zero in there, then Dterm will
  74. depend on the strings for connect, busy, ect.
  75.     You no longer have to 'echo' modem response for the auto dialer.
  76. ATE can now be 0 or 1 and ATV will work with numeric or verbose. The only
  77. problem with numeric is that each message from the modem has it's own
  78. number. With verbose you can just use connect and it will handle connect
  79. 1200, connect 2400, ect...
  80.  
  81. Dterm 1.j (4/29/91)
  82.                            * IMPORTANT *
  83.     If you are going to use this or future versions of Dterm, you
  84.     will have to generate new DT_CONFx.DAT and DT_DIALx.DAT files.
  85.     Your old dial-dat file will load in ok but needs to add the modem
  86.     config strings to the file. The config.dat file will be of little use.
  87.     Be sure to check your protocol settings and path settings and resave!
  88.     You might want to save a copy of your old DAT files just to be safe.
  89.  
  90.     Alt A from terminal mode will now bring up the auto dialer menu.
  91.     Clicking on the title line of the main menu will now send a space/
  92. back-space every 10 seconds so you will not be logged off a bbs (handy
  93. for arcing files, formatting, ect). This will automatically be turned
  94. OFF when you return to term mode, enter the auto dialer or start a file
  95. transfer.
  96.     All the lines in the auto dialer config menu are now functional
  97. except for Wait For Connect. You should now be able to use numeric or
  98. verbose modem responses. I still recommend verbose and the strings do
  99. not have to be case dependent (I convert both the strings and modem
  100. responses to lower case). Recommend strings are 1) Connect  2) Busy
  101. 3) No and a timer value from 0-4. These strings will be saved to
  102. DT_DIALx.DAT.
  103.     Added another auto macro that will be sent when you quit Dterm.
  104. Handy for sysops that would like to restore values for their bbs program.
  105. This will be saved to DT_CONFx.DAT. F7 can be used at anytime to send
  106. this auto macro.
  107.     You might notice that resume zmodem has been added to the protocol
  108. menu again. It is NOT FUNCTIONAL at the moment. I checked back to the
  109. original XYZ source code and it has NEVER been functional! I am not sure
  110. if any program for the ST supports resume zmodem (Forem, Turbo, ect). If
  111. the bbs programs support it then it will be added to Dterm. The append
  112. function of zmodem works but did not add it cuz there seems to be little
  113. use for it. Will add it if folks want it.
  114.     The return key from any menu will now return you to the previous menu.
  115.  
  116. Dterm 1.i (4/12/91)
  117.     Made some internal changes to the routines that auto save files
  118. using the system path. The user should not see any changes other than
  119. returning to the correct place (main menu or term mode).
  120.     Added a new dialog box that you can pull up by clicking on
  121. 'Dterm Auto Dialer'. The first 4 strings are NOT functional but the
  122. last one 'Time Out Value' is. You can enter a number from 0-9, with
  123. larger numbers giving more time to the hang up string. This delay is
  124. what is needed for redials, scan dialing and alt H from terminal mode.
  125. If you do not put anything in this line, it defaults to 0, which is no
  126. delay between redials (which is the same has version 1.0). To get the
  127. same delay value that was used in versions 1.a-1.h use a 4. This value
  128. will be saved in the dialer.dat file if you save it from the save
  129. button on the auto dialer menu screen.
  130.     The 'return key' will now exit the auto dialer.
  131.  
  132. (4/7/91)
  133.     I try to read the 'Net' everyday to see what is going on and there
  134. seems to be some confussion about Dterm cuz there haven't been any docs
  135. included in the arcs that have been released lately. The reason for this
  136. is very simple, most of the changes have been internal and do not need
  137. alot of explaning.
  138.     With the release of the Ste and 16 mhz accelerator boards there were
  139. some things that had to be changed. I have also be working on the auto
  140. dialer portion of the program so that it works on international telephone
  141. lines. One other major concern to me and a few users, is the ability to
  142. access ACC files.
  143.     The one major thing that all users will notice is the delay between
  144. redials and scan dialing. For people that had their moden configured the
  145. way that Dterm wanted them, the auto dialer worked just fine. But alot of
  146. folks had problems here and international phone systems are alot different
  147. (even in my city, the phone line changes alot from one exchange to the
  148. next). To slow things down was an easy way to make things work on a number
  149. of phone systems. I will add a varible delay loop in the near future, so
  150. folks can fine tune the dialer, but for now, it is slow (about 4 seconds
  151. between redials).
  152.     The problem for 16 mhz machinces